From: Marek Vasut Date: Mon, 21 Jan 2019 22:12:13 +0000 (+0100) Subject: rcar_gen3: plat: Drop unused macro X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=5ad0e0ddb25d94d092ce92b23469ad124dd93676;p=project%2Fbcm63xx%2Fatf.git rcar_gen3: plat: Drop unused macro The macro is not used, drop it. Signed-off-by: Marek Vasut --- diff --git a/plat/renesas/rcar/include/rcar_def.h b/plat/renesas/rcar/include/rcar_def.h index 1829e59c..3bb03f2e 100644 --- a/plat/renesas/rcar/include/rcar_def.h +++ b/plat/renesas/rcar/include/rcar_def.h @@ -204,8 +204,6 @@ #define EXTAL_MD14_MD13_TYPE_3 U(16666600) /* MD14=1 MD13=1 */ #define EXTAL_SALVATOR_XS U(8320000) /* Salvator-XS */ #define EXTAL_EBISU U(24000000) /* Ebisu */ -/* CPU Auxiliary Control Register */ -#define RCAR_CA57_DIS_LOAD_PASS_STORE (ULL(1) << 55) /* CPG write protect registers */ #define CPGWPR_PASSWORD (0x5A5AFFFFU) #define CPGWPCR_PASSWORD (0xA5A50000U)